ComponentOne DateTimeEditors for WPF
C1.WPF.DateTimeEditors Namespace / NullablePropertyChangedEventArgs<T> Class / NewValue Property

In This Topic
    NewValue Property (NullablePropertyChangedEventArgs<T>)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property NewValue As Nullable(Of T)
    public Nullable<T> NewValue {get; set;}
    See Also